home *** CD-ROM | disk | FTP | other *** search
- { Universal variables}
- { Copyright (c) 1989 by Micro System Solutions }
-
- {$A+ align on word boundry}
- {$B- short circuit boolean evaluation}
- {$E+ coprocessor emulation on}
- {$F+ force far calls on}
- {$I- disable io checking}
- {$N- do real-type calcs in software}
- {$O+ enable overlay code generation}
- {$R- disable range checking}
- {$S- disable stack overflow checking}
- {$V- disable variable checking}
-
- unit OWVars;
-
- interface
-
- type
- FileStr = string[12];
-
- implementation
-
- { No initialization section }
-
- end.